home *** CD-ROM | disk | FTP | other *** search
/ Cream of the Crop 1 / Cream of the Crop 1.iso / PROGRAM / GIFLIB12.ARJ / GIFINTO.DOC < prev    next >
Text File  |  1991-05-13  |  1KB  |  33 lines

  1.             GifInto
  2.             -------
  3.  
  4. Program to save stdin into a file with given name, iff the result file has
  5. size bigger than specified (see below). This can be used to save result in
  6. same files name we started a chain of pipes.
  7.  
  8. Usage:
  9. ------
  10.  
  11. Usage: GifInto [-q] [-s MinFileSize] [-h] GifFile
  12.  
  13.   GifInto always read from stdin for GIF file.
  14.  
  15. Memory required:
  16. ----------------
  17.  
  18. Line.
  19.  
  20.  
  21. Options:
  22. --------
  23.  
  24. 1. [-q] : quite mode. Default off on MSDOS, on on unix. Controls printout
  25.    of running scan lines. Use -q- to turn off.
  26. 2. [-s MinFileSize] : If file is less than MinFileSize, it is deleted and
  27.    not renamed to given name. This will prevent from killing the file we
  28.    start with along the pipe, if result is empty file, or none complete.
  29.    The default for file size is 14 bytes which is 1 bigger than GIF file
  30.    stamp (6 bytes) and GIF file screen descriptor (7 bytes), so GIF file with
  31.    only GIF stamp and screen descriptor will not be renamed.
  32. 3. [-h] : print one command line help, similar to Usage above.
  33.